﻿2026-06-23T04:44:40.4760549Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-23T04:44:40.4761391Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-23T04:44:40.4761619Z [36;1m$PIN = "0c95435"[0m
2026-06-23T04:44:40.4761878Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-23T04:44:40.4762153Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-23T04:44:40.4762511Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-23T04:44:40.4762904Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-23T04:44:40.4763225Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-23T04:44:40.4763525Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-23T04:44:40.4763766Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-23T04:44:40.4764040Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-23T04:44:40.4764355Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-23T04:44:40.4764629Z [36;1m}[0m
2026-06-23T04:44:40.4764813Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-23T04:44:40.4765066Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T04:44:40.4836356Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-23T04:44:40.4836638Z ##[endgroup]
2026-06-23T04:44:41.4766325Z    Compiling proc-macro2 v1.0.106
2026-06-23T04:44:41.4766624Z    Compiling unicode-ident v1.0.24
2026-06-23T04:44:41.4766872Z    Compiling quote v1.0.45
2026-06-23T04:44:41.4767066Z    Compiling cfg-if v1.0.4
2026-06-23T04:44:41.4767259Z    Compiling serde_core v1.0.228
2026-06-23T04:44:41.4767468Z    Compiling serde v1.0.228
2026-06-23T04:44:41.4767818Z    Compiling windows-link v0.2.1
2026-06-23T04:44:41.4768578Z    Compiling typenum v1.20.1
2026-06-23T04:44:41.4768927Z    Compiling portable-atomic v1.13.1
2026-06-23T04:44:41.4769274Z    Compiling getrandom v0.3.4
2026-06-23T04:44:41.4769616Z    Compiling pin-project-lite v0.2.17
2026-06-23T04:44:41.4769994Z    Compiling version_check v0.9.5
2026-06-23T04:44:41.4770378Z    Compiling find-msvc-tools v0.1.9
2026-06-23T04:44:41.4770697Z    Compiling shlex v2.0.1
2026-06-23T04:44:41.4770995Z    Compiling memchr v2.8.1
2026-06-23T04:44:41.4771303Z    Compiling critical-section v1.2.0
2026-06-23T04:44:41.5484918Z    Compiling windows-sys v0.61.2
2026-06-23T04:44:41.5572315Z    Compiling subtle v2.6.1
2026-06-23T04:44:41.5977149Z    Compiling smallvec v1.15.1
2026-06-23T04:44:41.6208418Z    Compiling futures-core v0.3.32
2026-06-23T04:44:41.6504961Z    Compiling equivalent v1.0.2
2026-06-23T04:44:41.7428166Z    Compiling itoa v1.0.18
2026-06-23T04:44:41.7593375Z    Compiling bytes v1.11.1
2026-06-23T04:44:41.7625016Z    Compiling semver v1.0.28
2026-06-23T04:44:41.7926859Z    Compiling stable_deref_trait v1.2.1
2026-06-23T04:44:41.8358923Z    Compiling log v0.4.32
2026-06-23T04:44:41.8665655Z    Compiling futures-sink v0.3.32
2026-06-23T04:44:41.8705258Z    Compiling generic-array v0.14.7
2026-06-23T04:44:41.9336418Z    Compiling slab v0.4.12
2026-06-23T04:44:42.0082306Z    Compiling rustc_version v0.4.1
2026-06-23T04:44:42.0496589Z    Compiling futures-io v0.3.32
2026-06-23T04:44:42.0503531Z    Compiling futures-channel v0.3.32
2026-06-23T04:44:42.0947270Z    Compiling hashbrown v0.17.1
2026-06-23T04:44:42.0974480Z    Compiling futures-task v0.3.32
2026-06-23T04:44:42.1473596Z    Compiling rustversion v1.0.22
2026-06-23T04:44:42.4135734Z    Compiling jobserver v0.1.34
2026-06-23T04:44:42.4160709Z    Compiling getrandom v0.2.17
2026-06-23T04:44:42.4161233Z    Compiling cpufeatures v0.2.17
2026-06-23T04:44:42.4242290Z    Compiling fnv v1.0.7
2026-06-23T04:44:42.4456633Z    Compiling libc v0.2.186
2026-06-23T04:44:42.4523090Z    Compiling rand_core v0.10.1
2026-06-23T04:44:42.4992519Z    Compiling strsim v0.11.1
2026-06-23T04:44:42.4996331Z    Compiling cfg_aliases v0.2.1
2026-06-23T04:44:42.5115163Z    Compiling autocfg v1.5.1
2026-06-23T04:44:42.6742046Z    Compiling indexmap v2.14.0
2026-06-23T04:44:42.7668832Z    Compiling litemap v0.8.2
2026-06-23T04:44:42.8949177Z    Compiling writeable v0.6.3
2026-06-23T04:44:42.9267667Z    Compiling fs_extra v1.3.0
2026-06-23T04:44:42.9331644Z    Compiling utf8_iter v1.0.4
2026-06-23T04:44:42.9513896Z    Compiling cc v1.2.63
2026-06-23T04:44:42.9900834Z    Compiling getrandom v0.4.2
2026-06-23T04:44:43.0444743Z    Compiling ident_case v1.0.1
2026-06-23T04:44:43.1278662Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T04:44:43.2190254Z    Compiling dunce v1.0.5
2026-06-23T04:44:43.2224474Z    Compiling icu_properties_data v2.2.0
2026-06-23T04:44:43.2858503Z    Compiling percent-encoding v2.3.2
2026-06-23T04:44:43.3800626Z    Compiling syn v2.0.117
2026-06-23T04:44:43.4173467Z    Compiling http v1.4.1
2026-06-23T04:44:43.4185735Z    Compiling aws-lc-rs v1.17.0
2026-06-23T04:44:43.5054280Z    Compiling crypto-common v0.1.7
2026-06-23T04:44:43.5381982Z    Compiling thiserror v2.0.18
2026-06-23T04:44:43.5392854Z    Compiling unicode-segmentation v1.13.3
2026-06-23T04:44:43.6187354Z    Compiling cpufeatures v0.3.0
2026-06-23T04:44:43.6266863Z    Compiling scopeguard v1.2.0
2026-06-23T04:44:43.6821401Z    Compiling block-buffer v0.10.4
2026-06-23T04:44:43.7513415Z    Compiling chacha20 v0.10.0
2026-06-23T04:44:43.7855884Z    Compiling lock_api v0.4.14
2026-06-23T04:44:43.7959898Z    Compiling cmake v0.1.58
2026-06-23T04:44:43.8171423Z    Compiling form_urlencoded v1.2.2
2026-06-23T04:44:43.8193060Z    Compiling winapi v0.3.9
2026-06-23T04:44:43.8877214Z    Compiling bitflags v2.12.1
2026-06-23T04:44:43.9079481Z    Compiling untrusted v0.9.0
2026-06-23T04:44:43.9361120Z    Compiling digest v0.10.7
2026-06-23T04:44:44.0319174Z    Compiling rand v0.10.1
2026-06-23T04:44:44.0388372Z    Compiling num-traits v0.2.19
2026-06-23T04:44:44.0494483Z    Compiling windows-result v0.4.1
2026-06-23T04:44:44.0915701Z    Compiling windows-strings v0.5.1
2026-06-23T04:44:44.1116713Z    Compiling rustls v0.23.40
2026-06-23T04:44:44.1789130Z    Compiling heck v0.5.0
2026-06-23T04:44:44.1880135Z    Compiling convert_case v0.10.0
2026-06-23T04:44:44.2738679Z    Compiling anyhow v1.0.102
2026-06-23T04:44:44.3008243Z    Compiling const-oid v0.10.2
2026-06-23T04:44:44.3352544Z    Compiling unicode-xid v0.2.6
2026-06-23T04:44:44.4395788Z    Compiling atomic-waker v1.1.2
2026-06-23T04:44:44.4417746Z    Compiling parking_lot_core v0.9.12
2026-06-23T04:44:44.4884231Z    Compiling zerocopy v0.8.50
2026-06-23T04:44:44.5408236Z    Compiling httparse v1.10.1
2026-06-23T04:44:44.5549715Z    Compiling http-body v1.0.1
2026-06-23T04:44:44.5768375Z    Compiling hybrid-array v0.4.12
2026-06-23T04:44:44.5866600Z    Compiling curve25519-dalek v4.1.3
2026-06-23T04:44:44.6185690Z    Compiling ahash v0.8.12
2026-06-23T04:44:44.7300683Z    Compiling powerfmt v0.2.0
2026-06-23T04:44:44.8357222Z    Compiling either v1.16.0
2026-06-23T04:44:44.9381232Z    Compiling base64ct v1.8.3
2026-06-23T04:44:44.9402962Z    Compiling fastrand v2.4.1
2026-06-23T04:44:45.0179025Z    Compiling aws-lc-sys v0.41.0
2026-06-23T04:44:45.0488878Z    Compiling ring v0.17.14
2026-06-23T04:44:45.0736836Z    Compiling deranged v0.5.8
2026-06-23T04:44:45.1120719Z    Compiling rand_core v0.6.4
2026-06-23T04:44:45.1781614Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T04:44:45.1866913Z    Compiling pkg-config v0.3.33
2026-06-23T04:44:45.2416753Z    Compiling num-conv v0.2.2
2026-06-23T04:44:45.4043045Z    Compiling time-core v0.1.8
2026-06-23T04:44:45.4164756Z    Compiling tower-service v0.3.3
2026-06-23T04:44:45.4683016Z    Compiling tinyvec_macros v0.1.1
2026-06-23T04:44:45.5153921Z    Compiling zmij v1.0.21
2026-06-23T04:44:45.5338159Z    Compiling try-lock v0.2.5
2026-06-23T04:44:45.5399176Z    Compiling vcpkg v0.2.15
2026-06-23T04:44:45.5484442Z    Compiling data-encoding v2.11.0
2026-06-23T04:44:45.5808079Z    Compiling base64 v0.22.1
2026-06-23T04:44:45.5867820Z    Compiling tinyvec v1.11.0
2026-06-23T04:44:45.5925627Z    Compiling parking_lot v0.12.5
2026-06-23T04:44:45.6578494Z    Compiling want v0.3.1
2026-06-23T04:44:45.7314186Z    Compiling crypto-common v0.2.2
2026-06-23T04:44:45.9639780Z    Compiling block-buffer v0.12.0
2026-06-23T04:44:46.1025399Z    Compiling sha2 v0.10.9
2026-06-23T04:44:46.1302758Z    Compiling vergen-lib v9.1.0
2026-06-23T04:44:46.1303316Z    Compiling inout v0.1.4
2026-06-23T04:44:46.1773236Z    Compiling n0-future v0.3.2
2026-06-23T04:44:46.2527059Z    Compiling cordyceps v0.3.4
2026-06-23T04:44:46.2910820Z    Compiling serde_json v1.0.150
2026-06-23T04:44:46.3505449Z    Compiling httpdate v1.0.3
2026-06-23T04:44:46.4369534Z    Compiling spin v0.10.0
2026-06-23T04:44:46.5965998Z    Compiling winnow v1.0.3
2026-06-23T04:44:46.6239992Z    Compiling parking v2.2.1
2026-06-23T04:44:46.6324948Z    Compiling crossbeam-utils v0.8.21
2026-06-23T04:44:46.6436748Z    Compiling diatomic-waker v0.2.3
2026-06-23T04:44:46.6571173Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T04:44:46.6577293Z    Compiling signature v2.2.0
2026-06-23T04:44:46.6617015Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-23T04:44:46.9175561Z    Compiling futures-buffered v0.2.13
2026-06-23T04:44:46.9387432Z    Compiling ed25519 v2.2.3
2026-06-23T04:44:46.9629660Z    Compiling futures-lite v2.6.1
2026-06-23T04:44:46.9763347Z    Compiling digest v0.11.3
2026-06-23T04:44:47.1772631Z    Compiling cipher v0.4.4
2026-06-23T04:44:47.1919156Z    Compiling vergen v9.1.0
2026-06-23T04:44:47.1937146Z    Compiling vergen-lib v0.1.6
2026-06-23T04:44:47.2642009Z    Compiling universal-hash v0.5.1
2026-06-23T04:44:47.3160027Z    Compiling noq-udp v0.10.0
2026-06-23T04:44:47.3199403Z    Compiling synstructure v0.13.2
2026-06-23T04:44:47.3964272Z    Compiling darling_core v0.20.11
2026-06-23T04:44:47.4129037Z    Compiling heapless v0.7.17
2026-06-23T04:44:47.4162037Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T04:44:47.4295217Z    Compiling sync_wrapper v1.0.2
2026-06-23T04:44:47.4313265Z    Compiling allocator-api2 v0.2.21
2026-06-23T04:44:47.5296986Z    Compiling opaque-debug v0.3.1
2026-06-23T04:44:47.5364129Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T04:44:47.6493597Z    Compiling byteorder v1.5.0
2026-06-23T04:44:47.7454119Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T04:44:47.8442985Z    Compiling hash32 v0.2.1
2026-06-23T04:44:47.8562685Z    Compiling polyval v0.6.2
2026-06-23T04:44:47.9986711Z    Compiling vergen-gitcl v1.0.8
2026-06-23T04:44:48.0182881Z    Compiling spin v0.9.8
2026-06-23T04:44:48.0328530Z    Compiling windows-threading v0.2.1
2026-06-23T04:44:48.1178236Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T04:44:48.1481861Z    Compiling ryu v1.0.23
2026-06-23T04:44:48.1556442Z    Compiling signature v3.0.0
2026-06-23T04:44:48.2033831Z    Compiling tower-layer v0.3.3
2026-06-23T04:44:48.2995693Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T04:44:48.3559279Z    Compiling fallible-iterator v0.3.0
2026-06-23T04:44:48.4034576Z    Compiling windows-targets v0.52.6
2026-06-23T04:44:48.4543398Z    Compiling ghash v0.5.1
2026-06-23T04:44:48.4822095Z    Compiling aes v0.8.4
2026-06-23T04:44:48.5135952Z    Compiling ctr v0.9.2
2026-06-23T04:44:48.5281909Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T04:44:48.5816842Z    Compiling fs2 v0.4.3
2026-06-23T04:44:48.6438522Z    Compiling time v0.3.47
2026-06-23T04:44:48.6864422Z    Compiling http-body-util v0.1.3
2026-06-23T04:44:48.7173231Z    Compiling aead v0.5.2
2026-06-23T04:44:48.8206032Z    Compiling proc-macro-crate v3.5.0
2026-06-23T04:44:48.8763539Z    Compiling ipconfig v0.3.4
2026-06-23T04:44:48.9792484Z    Compiling widestring v1.2.1
2026-06-23T04:44:49.1297501Z    Compiling aes-gcm v0.10.3
2026-06-23T04:44:49.2104736Z    Compiling socket2 v0.6.4
2026-06-23T04:44:49.2571490Z    Compiling mio v1.2.1
2026-06-23T04:44:49.3669273Z    Compiling windows-sys v0.59.0
2026-06-23T04:44:49.3973813Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T04:44:49.5073183Z    Compiling crossbeam-channel v0.5.15
2026-06-23T04:44:49.5136892Z    Compiling blake3 v1.8.5
2026-06-23T04:44:49.7574483Z    Compiling windows-registry v0.6.1
2026-06-23T04:44:49.7815048Z    Compiling uuid v1.23.2
2026-06-23T04:44:49.8541902Z    Compiling serde_derive v1.0.228
2026-06-23T04:44:49.8966090Z    Compiling zeroize_derive v1.4.3
2026-06-23T04:44:49.9199698Z    Compiling zerofrom-derive v0.1.7
2026-06-23T04:44:50.0342882Z    Compiling yoke-derive v0.8.2
2026-06-23T04:44:50.0648402Z    Compiling tokio-macros v2.7.0
2026-06-23T04:44:50.0757709Z    Compiling futures-macro v0.3.32
2026-06-23T04:44:50.1531032Z    Compiling zerovec-derive v0.11.3
2026-06-23T04:44:50.1852182Z    Compiling displaydoc v0.2.6
2026-06-23T04:44:50.3431911Z    Compiling tracing-attributes v0.1.31
2026-06-23T04:44:50.4242369Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T04:44:50.5507930Z    Compiling thiserror-impl v2.0.18
2026-06-23T04:44:50.6074196Z    Compiling zeroize v1.8.2
2026-06-23T04:44:50.7738252Z    Compiling darling_macro v0.20.11
2026-06-23T04:44:50.8723267Z    Compiling tokio v1.52.3
2026-06-23T04:44:50.9778973Z    Compiling futures-util v0.3.32
2026-06-23T04:44:51.0174195Z    Compiling rustls-pki-types v1.14.1
2026-06-23T04:44:51.1342686Z    Compiling derive_more-impl v2.1.1
2026-06-23T04:44:51.1917757Z    Compiling windows-interface v0.59.3
2026-06-23T04:44:51.2788608Z    Compiling darling v0.20.11
2026-06-23T04:44:51.4847994Z    Compiling derive_builder_core v0.20.2
2026-06-23T04:44:51.5476811Z    Compiling spez v0.1.2
2026-06-23T04:44:51.5524576Z    Compiling n0-error-macros v0.1.3
2026-06-23T04:44:51.5525099Z    Compiling windows-implement v0.60.2
2026-06-23T04:44:51.5553233Z    Compiling zerofrom v0.1.8
2026-06-23T04:44:51.7972054Z    Compiling der v0.8.0-rc.10
2026-06-23T04:44:51.8715987Z    Compiling yoke v0.8.3
2026-06-23T04:44:51.9824761Z    Compiling pin-project-internal v1.1.13
2026-06-23T04:44:51.9907360Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T04:44:52.0821667Z    Compiling postcard-derive v0.2.2
2026-06-23T04:44:52.3215476Z    Compiling zerovec v0.11.6
2026-06-23T04:44:52.3216381Z    Compiling zerotrie v0.2.4
2026-06-23T04:44:52.6456321Z    Compiling windows-core v0.62.2
2026-06-23T04:44:52.6857893Z    Compiling n0-error v0.1.3
2026-06-23T04:44:52.6936136Z    Compiling cobs v0.3.0
2026-06-23T04:44:52.7528964Z    Compiling ed25519-dalek v2.2.0
2026-06-23T04:44:52.7752953Z    Compiling derive_builder_macro v0.20.2
2026-06-23T04:44:52.9026102Z    Compiling data-encoding-macro v0.1.20
2026-06-23T04:44:52.9069732Z    Compiling spki v0.8.0-rc.4
2026-06-23T04:44:53.0581669Z    Compiling tinystr v0.8.3
2026-06-23T04:44:53.1090954Z    Compiling potential_utf v0.1.5
2026-06-23T04:44:53.1570479Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T04:44:53.1703333Z    Compiling spt-proto v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-23T04:44:53.2075021Z    Compiling derive_builder v0.20.2
2026-06-23T04:44:53.3158411Z    Compiling icu_locale_core v2.2.0
2026-06-23T04:44:53.3181017Z    Compiling icu_collections v2.2.0
2026-06-23T04:44:53.3334927Z    Compiling windows-numerics v0.3.1
2026-06-23T04:44:53.3655310Z    Compiling windows-collections v0.3.2
2026-06-23T04:44:53.3909972Z    Compiling pin-project v1.1.13
2026-06-23T04:44:53.6072343Z    Compiling windows-future v0.3.2
2026-06-23T04:44:53.6422707Z    Compiling async-trait v0.1.89
2026-06-23T04:44:53.8329463Z    Compiling strum_macros v0.28.0
2026-06-23T04:44:53.8771951Z    Compiling enum-assoc v1.3.0
2026-06-23T04:44:53.9096727Z    Compiling num_enum_derive v0.7.6
2026-06-23T04:44:53.9333596Z    Compiling futures-executor v0.3.32
2026-06-23T04:44:53.9438821Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T04:44:54.0849495Z    Compiling futures v0.3.32
2026-06-23T04:44:54.2011821Z    Compiling memoffset v0.6.5
2026-06-23T04:44:54.2788767Z    Compiling icu_provider v2.2.0
2026-06-23T04:44:54.2933070Z    Compiling windows v0.62.2
2026-06-23T04:44:54.4804068Z    Compiling ipnet v2.12.0
2026-06-23T04:44:54.5857740Z    Compiling icu_normalizer v2.2.0
2026-06-23T04:44:54.5902426Z    Compiling icu_properties v2.2.0
2026-06-23T04:44:54.7262574Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T04:44:54.8506301Z    Compiling prefix-trie v0.8.4
2026-06-23T04:44:55.0661302Z    Compiling once_cell v1.21.4
2026-06-23T04:44:55.0662695Z    Compiling chrono v0.4.45
2026-06-23T04:44:55.1566611Z    Compiling tokio-util v0.7.18
2026-06-23T04:44:55.2194885Z    Compiling tower v0.5.3
2026-06-23T04:44:55.3269913Z    Compiling tracing-core v0.1.36
2026-06-23T04:44:55.3718293Z    Compiling postcard v1.1.3
2026-06-23T04:44:55.4281953Z    Compiling derive_more v2.1.1
2026-06-23T04:44:55.4825376Z    Compiling netwatch v0.16.0
2026-06-23T04:44:55.5764413Z    Compiling hashbrown v0.14.5
2026-06-23T04:44:55.5832800Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T04:44:55.6097382Z    Compiling noq v0.18.0
2026-06-23T04:44:55.8472487Z    Compiling tracing v0.1.44
2026-06-23T04:44:55.8529951Z    Compiling idna_adapter v1.2.2
2026-06-23T04:44:55.9629987Z    Compiling idna v1.1.0
2026-06-23T04:44:55.9737593Z    Compiling acto v0.8.2
2026-06-23T04:44:56.0013321Z    Compiling tagptr v0.2.0
2026-06-23T04:44:56.0584863Z    Compiling xml-rs v0.8.28
2026-06-23T04:44:56.0685955Z    Compiling rustc-hash v2.1.2
2026-06-23T04:44:56.1878243Z    Compiling hashlink v0.9.1
2026-06-23T04:44:56.2294879Z    Compiling h2 v0.4.14
2026-06-23T04:44:56.2885688Z    Compiling url v2.5.8
2026-06-23T04:44:56.3748792Z    Compiling mac-addr v0.3.0
2026-06-23T04:44:56.4017137Z    Compiling identity-hash v0.1.0
2026-06-23T04:44:56.4597598Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T04:44:56.5288537Z    Compiling lru-slab v0.1.2
2026-06-23T04:44:56.5636334Z    Compiling rusqlite v0.32.1
2026-06-23T04:44:56.5871153Z    Compiling thiserror v1.0.69
2026-06-23T04:44:56.6251035Z    Compiling foldhash v0.2.0
2026-06-23T04:44:56.6510458Z    Compiling ref-cast v1.0.25
2026-06-23T04:44:56.6600025Z    Compiling netdev v0.42.0
2026-06-23T04:44:56.7142752Z    Compiling strum v0.28.0
2026-06-23T04:44:56.8267690Z    Compiling xmltree v0.10.3
2026-06-23T04:44:56.9530314Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T04:44:57.0024108Z    Compiling tower-http v0.6.11
2026-06-23T04:44:57.0163942Z    Compiling iroh-base v0.98.0
2026-06-23T04:44:57.0430138Z    Compiling attohttpc v0.30.1
2026-06-23T04:44:57.0977115Z    Compiling hashbrown v0.16.1
2026-06-23T04:44:57.1919132Z    Compiling iroh-metrics v0.38.3
2026-06-23T04:44:57.2307618Z    Compiling moka v0.12.15
2026-06-23T04:44:57.3968892Z    Compiling n0-watcher v0.6.1
2026-06-23T04:44:57.5443781Z    Compiling spt-store v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-23T04:44:57.5519650Z    Compiling tokio-stream v0.1.18
2026-06-23T04:44:57.6850317Z    Compiling num_enum v0.7.6
2026-06-23T04:44:57.7193958Z    Compiling iroh-relay v0.98.0
2026-06-23T04:44:57.8335414Z    Compiling toml_datetime v0.6.11
2026-06-23T04:44:57.9183310Z    Compiling serde_spanned v0.6.9
2026-06-23T04:44:58.1093349Z    Compiling ref-cast-impl v1.0.25
2026-06-23T04:44:58.2055958Z    Compiling thiserror-impl v1.0.69
2026-06-23T04:44:58.2199848Z    Compiling serde_derive_internals v0.29.1
2026-06-23T04:44:58.2535820Z    Compiling simple-dns v0.9.3
2026-06-23T04:44:58.4249629Z    Compiling serial-core v0.4.0
2026-06-23T04:44:58.5507426Z    Compiling aho-corasick v1.1.4
2026-06-23T04:44:58.6342475Z    Compiling regex-syntax v0.8.10
2026-06-23T04:44:58.6736283Z    Compiling smol_str v0.1.24
2026-06-23T04:44:58.6903971Z    Compiling toml_write v0.1.2
2026-06-23T04:44:58.8697194Z    Compiling sha1_smol v1.0.1
2026-06-23T04:44:58.8772931Z    Compiling simdutf8 v0.1.5
2026-06-23T04:44:58.9104481Z    Compiling constant_time_eq v0.4.2
2026-06-23T04:44:58.9156090Z    Compiling arrayref v0.3.9
2026-06-23T04:44:58.9733692Z    Compiling winnow v0.7.15
2026-06-23T04:44:59.0020284Z    Compiling arrayvec v0.7.6
2026-06-23T04:44:59.1437143Z    Compiling resolv-conf v0.7.6
2026-06-23T04:44:59.1572728Z    Compiling winreg v0.10.1
2026-06-23T04:44:59.2763155Z    Compiling iroh-dns v0.98.0
2026-06-23T04:44:59.4807333Z    Compiling schemars_derive v1.2.1
2026-06-23T04:44:59.6245264Z    Compiling spt-msg v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-23T04:44:59.8705037Z    Compiling serial-windows v0.4.0
2026-06-23T04:45:00.1237006Z    Compiling lru v0.16.4
2026-06-23T04:45:00.1238423Z    Compiling webpki-roots v1.0.7
2026-06-23T04:45:00.1239409Z    Compiling seize v0.5.1
2026-06-23T04:45:00.1854306Z    Compiling darling_core v0.23.0
2026-06-23T04:45:00.3052667Z    Compiling hyper v1.10.1
2026-06-23T04:45:00.3629785Z    Compiling serde_bytes v0.11.19
2026-06-23T04:45:00.3769223Z    Compiling hmac v0.12.1
2026-06-23T04:45:00.5171256Z    Compiling regex-automata v0.4.14
2026-06-23T04:45:00.6321721Z    Compiling iroh v0.98.2
2026-06-23T04:45:00.6638176Z    Compiling dyn-clone v1.0.20
2026-06-23T04:45:00.8313132Z    Compiling toml_edit v0.22.27
2026-06-23T04:45:00.9093197Z    Compiling pin-utils v0.1.0
2026-06-23T04:45:01.0102869Z    Compiling bitflags v1.3.2
2026-06-23T04:45:01.0242961Z    Compiling anstyle v1.0.14
2026-06-23T04:45:01.0799361Z    Compiling utf8parse v0.2.2
2026-06-23T04:45:01.1442774Z    Compiling cmov v0.5.4
2026-06-23T04:45:01.1759597Z    Compiling once_cell_polyfill v1.70.2
2026-06-23T04:45:01.2728906Z    Compiling lazy_static v1.5.0
2026-06-23T04:45:01.3635411Z    Compiling shared_library v0.1.9
2026-06-23T04:45:01.3897922Z    Compiling ctutils v0.4.2
2026-06-23T04:45:01.4341979Z    Compiling anstyle-wincon v3.0.11
2026-06-23T04:45:01.4470968Z    Compiling anstyle-parse v1.0.0
2026-06-23T04:45:01.6654874Z    Compiling schemars v1.2.1
2026-06-23T04:45:01.6655447Z    Compiling nix v0.25.1
2026-06-23T04:45:01.6977893Z    Compiling hkdf v0.12.4
2026-06-23T04:45:01.7741122Z    Compiling hyper-util v0.1.20
2026-06-23T04:45:01.7963294Z    Compiling papaya v0.2.4
2026-06-23T04:45:01.8108949Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T04:45:01.9240766Z    Compiling serial v0.4.0
2026-06-23T04:45:02.0328351Z    Compiling filedescriptor v0.8.3
2026-06-23T04:45:02.2797412Z    Compiling backon v1.6.0
2026-06-23T04:45:02.3604676Z    Compiling anstyle-query v1.1.5
2026-06-23T04:45:02.5348931Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T04:45:02.6071021Z    Compiling instability v0.3.12
2026-06-23T04:45:02.6325468Z    Compiling colorchoice v1.0.5
2026-06-23T04:45:02.6353476Z    Compiling regex v1.12.3
2026-06-23T04:45:02.7049599Z    Compiling toml v0.8.23
2026-06-23T04:45:02.7187329Z    Compiling shell-words v1.1.1
2026-06-23T04:45:02.7667933Z    Compiling paste v1.0.15
2026-06-23T04:45:02.8841082Z    Compiling foldhash v0.1.5
2026-06-23T04:45:02.9178816Z    Compiling downcast-rs v1.2.1
2026-06-23T04:45:03.0357267Z    Compiling hashbrown v0.15.5
2026-06-23T04:45:03.0452351Z    Compiling portable-pty v0.8.1
2026-06-23T04:45:03.0532265Z    Compiling anstream v1.0.0
2026-06-23T04:45:03.1408869Z    Compiling spt-runtime v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-23T04:45:03.2363784Z    Compiling igd-next v0.17.1
2026-06-23T04:45:03.2873850Z    Compiling spake2 v0.4.0
2026-06-23T04:45:03.5660832Z    Compiling strum_macros v0.26.4
2026-06-23T04:45:03.6669016Z    Compiling terminal_size v0.4.4
2026-06-23T04:45:03.7319448Z    Compiling crossterm_winapi v0.9.1
2026-06-23T04:45:03.7621002Z    Compiling itertools v0.13.0
2026-06-23T04:45:03.8265564Z    Compiling darling_macro v0.23.0
2026-06-23T04:45:03.8274183Z    Compiling sha1 v0.10.6
2026-06-23T04:45:04.1390850Z    Compiling castaway v0.2.4
2026-06-23T04:45:04.1643101Z    Compiling static_assertions v1.1.0
2026-06-23T04:45:04.2719548Z    Compiling indoc v2.0.7
2026-06-23T04:45:04.3006580Z    Compiling recvmsg v1.0.0
2026-06-23T04:45:04.3332357Z    Compiling clap_lex v1.1.0
2026-06-23T04:45:04.3497615Z    Compiling darling v0.23.0
2026-06-23T04:45:04.3752319Z    Compiling doctest-file v1.1.1
2026-06-23T04:45:04.5536036Z    Compiling wmi v0.18.4
2026-06-23T04:45:04.6151983Z    Compiling unicode-width v0.1.14
2026-06-23T04:45:04.6724160Z    Compiling clap_builder v4.6.0
2026-06-23T04:45:04.6780976Z    Compiling compact_str v0.8.2
2026-06-23T04:45:04.9257572Z    Compiling crossterm v0.28.1
2026-06-23T04:45:04.9994239Z    Compiling interprocess v2.4.2
2026-06-23T04:45:05.5731192Z    Compiling spt-live v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-23T04:45:05.6383980Z    Compiling unicode-truncate v1.1.0
2026-06-23T04:45:05.8149913Z    Compiling lru v0.12.5
2026-06-23T04:45:05.8349431Z    Compiling strum v0.26.3
2026-06-23T04:45:05.9912849Z    Compiling spt-term v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-23T04:45:06.2444915Z    Compiling portmapper v0.16.0
2026-06-23T04:45:06.2906104Z    Compiling clap_derive v4.6.1
2026-06-23T04:45:06.4335034Z    Compiling error-code v3.3.2
2026-06-23T04:45:06.5142471Z    Compiling cassowary v0.3.0
2026-06-23T04:45:06.6183963Z    Compiling unicode-width v0.2.0
2026-06-23T04:45:06.7563494Z    Compiling clipboard-win v5.4.1
2026-06-23T04:45:06.7754892Z    Compiling nucleo-matcher v0.3.1
2026-06-23T04:45:07.0098638Z    Compiling ratatui v0.29.0
2026-06-23T04:45:07.2854031Z    Compiling qrcode v0.14.1
2026-06-23T04:45:07.3775692Z    Compiling tempfile v3.27.0
2026-06-23T04:45:08.3124688Z    Compiling clap v4.6.1
2026-06-23T04:45:19.5152871Z    Compiling rustls-webpki v0.103.13
2026-06-23T04:45:21.7312565Z    Compiling tokio-rustls v0.26.4
2026-06-23T04:45:21.7312898Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T04:45:21.7313160Z    Compiling noq-proto v0.17.0
2026-06-23T04:45:21.8663883Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T04:45:21.8664342Z    Compiling hyper-rustls v0.27.9
2026-06-23T04:45:21.8664720Z    Compiling tokio-websockets v0.13.2
2026-06-23T04:45:22.0047215Z    Compiling reqwest v0.13.4
2026-06-23T04:45:22.9534014Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T04:45:39.1141374Z    Compiling spt-net v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-23T04:45:40.4290250Z    Compiling spt-daemon v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-23T04:45:48.9535529Z    Compiling spt v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-23T04:45:55.7755510Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-06-23T04:45:55.7989410Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-a9e5e142e5806a20.exe)
2026-06-23T04:45:55.8482508Z 
2026-06-23T04:45:55.8482854Z running 1 test
2026-06-23T04:46:02.9996044Z test new_brain_serves_against_old_broker ... ok
2026-06-23T04:46:02.9996335Z 
2026-06-23T04:46:02.9996511Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.15s
2026-06-23T04:46:02.9996766Z 
